﻿.pc-style #XXSlide {
    width: 1120px;
    margin: 0px auto;
    overflow: hidden;
}

.pc-style #XXSlide #piclist {
    background: #ffffff;
    margin: 20px 0px;
    border-radius: 12px;
    overflow: hidden;
}

.pc-style #XXSlide #piclist a {
    display: block;
    height: 360px;
    background-repeat: repeat-x;
    background-size: auto 100%;
    background-position: center center;
}

.pc-style #XXSlide #piclist .Placeholder {
    display: none;
}

.pc-style #XXSlide #piclist .swiper-pagination-bullet {
    width: 30px;
    height: 5px;
    border-radius: 10px;
}

.pc-style #XXSlide #piclist .swiper-pagination-bullet-active {
    background: #ff3e3e;
}

.pc-style #XXSlide #piclist .swiper-pagination {
    bottom: 10px;
}

.mobile-style #XXSlide {
    width: 100%;
}

.mobile-style #XXSlide #piclist {
    background: #ffffff;
    margin-bottom: 10px;
}

.mobile-style #XXSlide #piclist a {
    display: block;
    background-repeat: repeat-x;
    background-size: auto 100%;
    background-position: center center;
}

.mobile-style #XXSlide #piclist a:before {
    content: "";
    display: block;
    padding-top: 36%;
}

.mobile-style #XXSlide #piclist .Placeholder {
    display: none;
}

.mobile-style #XXSlide #piclist .swiper-pagination-bullet {
    width: 30px;
    height: 5px;
    border-radius: 10px;
}

.mobile-style #XXSlide #piclist .swiper-pagination-bullet-active {
    background: #ff3e3e;
}

.mobile-style #XXSlide #piclist .swiper-pagination {
    bottom: 10px;
}